pfCard - Timeframe Filters
patternfly.card
Directive for easily displaying a card with html content
<ANY pf-card - -timeframe -filters
head-title="{string}"
[sub-title="{string}"]
[show-top-border="{boolean}"]
[show-titles-separator="{boolean}"]
[footer="{object}"]
[filter="{object}"]>
...
</ANY>
| Param | Type | Details |
|---|---|---|
| headTitle | string | Title for the card |
| subTitle (optional) | string | Sub-Title for the card |
| showTopBorder (optional) | boolean | Show/Hide the blue top border. True shows top border, false (default) hides top border |
| showTitlesSeparator (optional) | boolean | Show/Hide the grey line between the title and sub-title. True (default) shows the line, false hides the line |
| footer (optional) | object | footer configuration properties:
|
| filter (optional) | object | filter configuration properties:
|